home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- REM DOS batch files to run DOOM from the command line (C)1994 Erik Carlseen
- echo MORE HELP FOR DOOM BATCH FILES
- echo.
- echo These batch files let you run DOOM from the command line without having
- echo to type awkwardly long command lines. Here are some brief notes on
- echo using them.
- echo.
- echo Examples of batch file usage are given in parenthesis next to each
- echo batch file description. In the example below (for the SETCOM.BAT file)
- echo the example, (SETCOM 2), means you would type the following line at your
- echo DOS prompt:
- echo SETCOM 2
- echo and then press enter (or return, depending on how your keyboard is labeled).
- echo.
- echo FOR SERIAL USERS (MODEM AND DIRECT CONNECT)
- echo You only need to specify your COM port once! Do this by running the SETCOM.BAT
- echo file. The usage is as follows (The example sets the COM port to COM 2):
- echo SETCOM comportnumber (SETCOM 2)
- echo.
- echo FOR ALL BATCH FILES
- echo You can also specify the additional parameters supported by DOOM (ie:
- echo -DEATHMATCH, -NOMONSTERS, -NOSPAWN) after the parameters required by the
- echo batchfile.
- echo.
- echo For help on all other batchfiles, type HELP at the DOS prompt, while in
- echo the DOOM directory.